home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / time / dclock16.lha / DClock16 / src / MenuDefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-05  |  889 b   |  36 lines

  1. // DClock window
  2.  
  3. #define MENU_DCLOCK     0   // DCLock menu
  4. #define  MENU_SECONDS    0
  5. #define  MENU_24H        1
  6. #define  MENU_DATE       2
  7. #define  MENU_DDMMYY     3
  8. #define  MENU_ALARMON    4
  9. #define  MENU_TIMERON    5
  10. //       ~~~~~~~~~~~~~~~~~
  11. #define  MENU_SETALARM   7
  12. #define  MENU_SETTIMER   8
  13. //       ~~~~~~~~~~~~~~~~~
  14. #define  MENU_ALARMCMD  10
  15. #define  MENU_TIMERCMD  11
  16. //       ~~~~~~~~~~~~~~~~~
  17. #define  MENU_SAVEPREFS 13
  18. //       ~~~~~~~~~~~~~~~~~
  19. #define  MENU_ABOUT     15
  20. //       ~~~~~~~~~~~~~~~~~
  21. #define  MENU_QUIT      17
  22.  
  23. #define MENU_WINDOW     1   // Window menu
  24. #define  MENU_FOREGROUND 0
  25. #define   MENU_COLOR0    0
  26. #define   MENU_COLOR1    1
  27. #define   MENU_COLOR2    2
  28. #define   MENU_COLOR3    3
  29. #define  MENU_BACKGROUND 1
  30. //       ~~~~~~~~~~~~~~~~~
  31. #define  MENU_DRAGBAR    3
  32. #define  MENU_ACTIVATE   4
  33. //       ~~~~~~~~~~~~~~~~~
  34. #define  MENU_ICONIFY    6
  35.  
  36.